Uses of Class
org.eclipse.vtp.desktop.editors.core.elements.properties.WebServiceCallSettingsStructure

Packages that use WebServiceCallSettingsStructure
org.eclipse.vtp.desktop.editors.core.elements   
org.eclipse.vtp.desktop.editors.core.elements.properties   
 

Uses of WebServiceCallSettingsStructure in org.eclipse.vtp.desktop.editors.core.elements
 

Methods in org.eclipse.vtp.desktop.editors.core.elements that return WebServiceCallSettingsStructure
 WebServiceCallSettingsStructure WebserviceCallInformationProvider.getSettings()
           
 

Methods in org.eclipse.vtp.desktop.editors.core.elements with parameters of type WebServiceCallSettingsStructure
 void WebserviceCallInformationProvider.setSettings(WebServiceCallSettingsStructure settings)
           
 

Uses of WebServiceCallSettingsStructure in org.eclipse.vtp.desktop.editors.core.elements.properties
 

Constructors in org.eclipse.vtp.desktop.editors.core.elements.properties with parameters of type WebServiceCallSettingsStructure
WebServiceCallInputPropertiesPanel(PrimitiveElement wsce, WebServiceCallSettingsStructure settings)
          Creates a new WebServiceCallInputPropertiesPanel.
WebServiceCallOutputPropertiesPanel(PrimitiveElement wsce, WebServiceCallSettingsStructure settings)
          Creates a new WebServiceCallOutputPropertiesPanel.
WebServiceCallServicePropertiesPanel(PrimitiveElement wsce, WebServiceCallSettingsStructure settings)
          Creates a new WebServiceCallServicePropertiesPanel.
WebServiceCallTargetVariablePropertiesPanel(PrimitiveElement wsce, WebServiceCallSettingsStructure settings)